projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a810a2
)
(decipher-mode): Remove make-local-hook.
author
Pavel Janík
<Pavel@Janik.cz>
Sun, 25 Nov 2001 11:32:23 +0000
(11:32 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Sun, 25 Nov 2001 11:32:23 +0000
(11:32 +0000)
lisp/play/decipher.el
patch
|
blob
|
history
diff --git
a/lisp/play/decipher.el
b/lisp/play/decipher.el
index 9a323c9b95c707e079e9374888fbba63b13149b8..88c9bc043fb631d92d1cd833e98d1cd56a80884f 100644
(file)
--- a/
lisp/play/decipher.el
+++ b/
lisp/play/decipher.el
@@
-311,7
+311,6
@@
The most useful commands are:
(set (make-local-variable 'font-lock-defaults)
'(decipher-font-lock-keywords t))
;; Make the buffer writable when we exit Decipher mode:
- (make-local-hook 'change-major-mode-hook)
(add-hook 'change-major-mode-hook
(lambda () (setq buffer-read-only nil
buffer-undo-list nil))